|
Pause Task Action |
Declaration |
<AMPAUSE SCALAR="number" MEASURE="text [options]"> |
See Also |
Wait for Window, Wait for Pointer, Wait for File, Wait for Process, Close Window |
Pauses the task at the current line until the timeframe specified has elapsed.
Usually used to pause execution of a task until a process has completed. If the process completion time is variable other wait action such as Wait for Window, Wait for Pointer, Wait for File and Wait for Pixel should be considered as they would be more precise.
Standard Error Handling Options
This action also includes the standard "Error Causes" and "On
Error" failure handling options/tabs
More on Error Handling Options
Variables and Expressions
All text fields allow the use of expressions by surrounding the expression
in percentage signs (example: %MYVARIABLE%, %Left('Text',2)%). To help
construct these expressions, a popup expression builder is available in
all these fields by pressing F2.
More on variables...
More on expressions...
More on the expression builder...